home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Mac OS 8.5 Updaters / RealPC⁄Soft Windows / SoftWindows / SoftWindows Upgrade Disk / INSIGNIA / WIN95DOS.UGD < prev    next >
Encoding:
Text File  |  1998-08-24  |  2.1 KB  |  108 lines

  1. #[
  2. #    Name:        u.win95dos.ugd
  3. #
  4. #    Derived from:    u.win95.ugd
  5. #
  6. #    Author:        Clive Standbridge
  7. #
  8. #    Created on:    Dec 1996
  9. #
  10. #    Sccs ID:    @(#)u.win95dos.ugd    1.6 08/28/97
  11. #
  12. #    Coding Stds:    
  13. #
  14. #    Purpose:    A script file for use with Windows upgrader WIN31LIC
  15. #            This creates INI entries, Links and others for
  16. #            configuring the default Windows 95 installation to
  17. #            Insignia's format.
  18. #            This file should only contain entries which are common
  19. #            to all hosts, and only those which may be made from
  20. #            real DOS mode.
  21. #            Registry modifications should be placed in win95.ugd,
  22. #            to be handled by win95lic.
  23. #            Host-specific entries should be placed in the host
  24. #            script e.g. mac95.ugd
  25. #
  26. #    Copyright 1997 Insignia Solutions PLC. All rights reserved.
  27. #]
  28.  
  29.  
  30. INI
  31. UPD
  32. C:\WINDOWS\SYSTEM.INI
  33. [386Enh]
  34. device=insignia.386
  35. device=insignia.386
  36. END
  37.  
  38. INI
  39. DEL
  40. C:\WINDOWS\SYSTEM.INI
  41. [386Enh]
  42. device=vidled.386
  43.  
  44. END
  45.  
  46. #----------------------------------------------------------------------
  47. # Remove Win 3.x / 95 1.0 sound driver, to prevent it starting up
  48. # before Plug and Play detection.
  49. #----------------------------------------------------------------------
  50.  
  51. INI
  52. DEL
  53. C:\WINDOWS\SYSTEM.INI
  54. [drivers]
  55. wave=swinsnd.drv
  56.  
  57. END
  58.  
  59. INI
  60. DEL
  61. C:\WINDOWS\SYSTEM.INI
  62. [drivers]
  63. midi=swinsnd.drv
  64.  
  65. END
  66.  
  67. INI
  68. DEL
  69. C:\WINDOWS\SYSTEM.INI
  70. [drivers]
  71. mixer=swinsnd.drv
  72.  
  73. END
  74.  
  75. #----------------------------------------------------------------------
  76. # Comment Reboot in swinsnd.inf so won't prompt for reboot 
  77. # during upgrade
  78. #----------------------------------------------------------------------
  79. INI
  80. UPD
  81. C:\WINDOWS\INF\SWINSND.INF
  82. [ISLB007_Device]
  83. Reboot
  84. ;Reboot
  85. END
  86.  
  87.  
  88. #--------------------------------------------------------------------
  89. # Temporarily load real-mode CD-ROM driver for Win 9x upgrade.
  90. #--------------------------------------------------------------------
  91. FLC
  92. ADD
  93. Current
  94. C:\CONFIG.SYS
  95. device=c:\insignia\cdrom.sys
  96. device=c:\insignia\cdrom.sys
  97. END
  98.  
  99. FLC
  100. ADD
  101. Current
  102. C:\AUTOEXEC.BAT
  103. call c:\insignia\usecd.bat
  104. call c:\insignia\usecd.bat
  105. END
  106.  
  107.  
  108.